ComponentOne ASP.NET MVC Controls
ItemsBoundControl<T> Class
Members 

C1.Web.Mvc Namespace : ItemsBoundControl<T> Class
Defines the base class for C1 bound controls.
Syntax
'Declaration
 
Public MustInherit Class ItemsBoundControl(Of T) 
   Inherits Control
   Implements ITemplate 
public abstract class ItemsBoundControl<T> : Control, ITemplate  
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
            C1.Web.Mvc.FlexChartBase<T>
            C1.Web.Mvc.FlexGridBase<T>
            C1.Web.Mvc.ListBox<T>

See Also

Reference

ItemsBoundControl<T> Members
C1.Web.Mvc Namespace